@charset "UTF-8";
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Montserrat", sans-serif; border: 0; outline: none; }

body { position: relative; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.scrollFunctionLeft { opacity: 1; -webkit-transition: all 0.9s ease; transition: all 0.9s ease; }

.hideScroll { opacity: 0.001; }

.leftAnchor { opacity: 0 !important; }

.displayNone { opacity: 0 !important; pointer-events: none !important; }

.disabled_link { color: #c6c6c6 !important; position: relative !important; cursor: default; }
.disabled_link:before { content: "Данный раздел скоро будет доступен. Оставьте заявку, чтобы получить антикризисное предложение"; background-color: white; padding: 15px 25px; position: absolute; display: none; z-index: 400; width: 400px; top: 10px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; left: 10px; color: #333333; font-size: 13px; border: 1px solid #333333; border-radius: 10px; line-height: 15px !important; -webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.34); box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.34); cursor: default; pointer-events: none !important; }
.disabled_link:hover:before { display: block; }

.hidden_link { display: none !important; }

.body_scroll-block { overflow: hidden !important; }
